func runtime.atoi

4 uses

	runtime (current package)
		os_linux.go#L335: 	v, ok := atoi(slicebytetostringtmp((*byte)(ptr), int(n)))
		runtime1.go#L479: 			if n, ok := atoi(value); ok {
		runtime1.go#L525: 		if n, ok := atoi(level); ok && n == int(uint32(n)) {
		string.go#L407: func atoi(s string) (int, bool) {